text view: Fix touch selection
authorMatthias Clasen <mclasen@redhat.com>
Thu, 19 Mar 2020 13:46:53 +0000 (09:46 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 19 Mar 2020 13:46:53 +0000 (09:46 -0400)
We forgot to allocated that popover.

gtk/gtktextview.c

index 793e97a8b80bf989d2104fba4b97aae63c02db79..60842f76f5ea5f9466e0feb75f2eac1d781a7ea4 100644 (file)
@@ -4475,6 +4475,9 @@ gtk_text_view_size_allocate (GtkWidget *widget,
 
   if (priv->popup_menu)
     gtk_native_check_resize (GTK_NATIVE (priv->popup_menu));
+
+  if (priv->selection_bubble)
+    gtk_native_check_resize (GTK_NATIVE (priv->selection_bubble));
 }
 
 static void